var net/http.http2errRequestCanceled
12 uses
net/http (current package)
h2_bundle.go#L8231: var http2errRequestCanceled = errors.New("net/http: request canceled")
h2_bundle.go#L8326: return http2errRequestCanceled
h2_bundle.go#L8401: cs.abortStream(http2errRequestCanceled)
h2_bundle.go#L8402: return nil, cancelRequest(cs, http2errRequestCanceled)
h2_bundle.go#L8439: return http2errRequestCanceled
h2_bundle.go#L8516: err = http2errRequestCanceled
h2_bundle.go#L8562: return http2errRequestCanceled
h2_bundle.go#L8581: return http2errRequestCanceled
h2_bundle.go#L8668: cs.bufPipe.CloseWithError(http2errRequestCanceled)
h2_bundle.go#L8923: return 0, http2errRequestCanceled
h2_bundle.go#L9702: return http2errRequestCanceled
transport.go#L2549: var errRequestCanceled = http2errRequestCanceled
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |